Improve tbl support in woman.el.
authorMichael Vehrs <Michael.Burschik@gmx.de>
Sat, 21 Apr 2012 05:54:39 +0000 (13:54 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 21 Apr 2012 05:54:39 +0000 (13:54 +0800)
commit8a7f9b2bdc76c70fc632f89b3e8b16fbbac7c79a
tree4ec727c622c507e2957bd0156b059f53ef60c720
parent60291a15119ef91ad195b01b85d5335b8a361bc8
Improve tbl support in woman.el.

* lisp/woman.el (woman-find-next-control-line): New arg, specifying an
additional regexp component for the control line.
(woman2-roff-buffer): Use it.
(woman-break-table): New function.
(woman2-TS): Use it.

And some cleanups:

* lisp/woman.el (woman-set-buffer-display-table, woman-decode-region)
(woman-horizontal-escapes, woman-negative-vertical-space)
(woman-tab-to-tab-stop, woman2-fc, woman2-TS)
(WoMan-warn-ignored): Use ?\s instead of ?\ .
lisp/ChangeLog
lisp/woman.el